Skip to content

Commit 131b3b5

Browse files
committed
RELNOTES: Mention nolocaltimewait change
Fixes: c3fc0db (tcp: set net.inet.tcp.nolocaltimewait to 0) Co-Authored-By: Michael Tuexen <tuexen@FreeBSD.org> Differential Revision: https://reviews.freebsd.org/D51161
1 parent b9a2d84 commit 131b3b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELNOTES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ f1f230439fa4:
8585
and obj NFSv4 mounted, the total RPC count dropped from
8686
5461286 to 945643, with a 20% drop in elapsed time.
8787

88+
c3fc0db3bc50
89+
The default value of the sysctl variable
90+
net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means
91+
that FreeBSD does not skip the TIME_WAIT state anymore for
92+
endpoints for which the remote address is local. The new sysctl
93+
variable net.inet.tcp.msl_local can be used to control the time
94+
these endpoints stay in the TIME_WAIT state. The sysctl variable
95+
net.inet.tcp.nolocaltimewait is deprecated and intended to be
96+
removed in FreeBSD 16.
97+
8898
cd240957d7ba
8999
Making a connection to INADDR_ANY (i.e., using INADDR_ANY as an alias
90100
for localhost) is now disabled by default. This functionality can be

0 commit comments

Comments
 (0)